kohonen_map_function1 Interface

interface
public subroutine kohonen_map_function1(kohonen_map, input_data)

Arguments

Type IntentOptional Attributes Name
class(kohonen_map_base) :: kohonen_map

A kohonen_map_base object

type(kohonen_pattern), intent(inout), dimension(:) :: input_data

An array of kohonen_pottern objects

Description

Template function for the training function of a kohonen map import section